`FunctionK{(* -> *) -> *}`

trait `FunctionK{(* -> *) -> *}`[F[_[_]], G[_[_]]]

Universally quantified function: ∀ K[_]. F[K] => G[K]

class Object
trait Matchable
class Any

Value members

Abstract methods

def apply[K[_]](f: F[K]): G[K]